home *** CD-ROM | disk | FTP | other *** search
Wrap
INI File | 2001-06-14 | 4.5 KB | 66 lines
[RichTextBox] 0=2,AllowDrop,public bool AllowDrop {override get; override set;} 1=2,AutoSize,public bool AutoSize {override get; override set;} 2=2,AutoWordSelection,public bool AutoWordSelection {get; set;} 3=2,BulletIndent,public int BulletIndent {get; set;} 4=2,CanRedo,public bool CanRedo {get;} 5=2,CreateParams,protected CreateParams CreateParams {override get;} 6=2,Delimiter,public string Delimiter {get; set;} 7=2,DetectURLs,public bool DetectURLs {get; set;} 8=2,FollowPunctuation,public string FollowPunctuation {get; set;} 9=2,Format,public Format Format {override get; override set;} 10=2,IMEColor,public RichTextBoxIMEColor IMEColor {get; set;} 11=2,IMEOptions,public RichTextBoxIMEOptions IMEOptions {get; set;} 12=2,LeadPunctuation,public string LeadPunctuation {get; set;} 13=2,Multiline,public bool Multiline {override get; override set;} 14=2,OutlineMode,public bool OutlineMode {get; set;} 15=2,RedoActionName,public string RedoActionName {get;} 16=2,RightMargin,public int RightMargin {get; set;} 17=2,RTF,public string RTF {get; set;} 18=2,ScrollBars,public RichTextBoxScrollBars ScrollBars {get; set;} 19=2,SelectedRTF,public string SelectedRTF {get; set;} 20=2,SelectedText,public string SelectedText {override get; override set;} 21=2,SelectionAlignment,public HorizontalAlignment SelectionAlignment {get; set;} 22=2,SelectionBullet,public bool SelectionBullet {get; set;} 23=2,SelectionCharOffset,public int SelectionCharOffset {get; set;} 24=2,SelectionColor,public Color SelectionColor {get; set;} 25=2,SelectionFont,public Font SelectionFont {get; set;} 26=2,SelectionHangingIndent,public int SelectionHangingIndent {get; set;} 27=2,SelectionIndent,public int SelectionIndent {get; set;} 28=2,SelectionLength,public int SelectionLength {override get; override set;} 29=2,SelectionMargin,public bool SelectionMargin {get; set;} 30=2,SelectionProtected,public bool SelectionProtected {get; set;} 31=2,SelectionRightIndent,public int SelectionRightIndent {get; set;} 32=2,SelectionTabs,public int[] SelectionTabs {get; set;} 33=2,SelectionType,public RichTextBoxSelectionTypes SelectionType {get;} 34=2,Text,public string Text {override get; override set;} 35=2,UndoActionName,public string UndoActionName {get;} 36=2,Value,public object Value {override get; override set;} 37=2,WordBreak,public bool WordBreak {get; set;} 38=2,WordPunctuation,public RichTextBoxWordPunctuations WordPunctuation {get; set;} 39=2,ZoomFactor,public float ZoomFactor {get; set;} 40=3,CanPaste,public bool CanPaste(DataFormats.Format clipFormat); 41=3,Dispose,public override void Dispose(); 42=3,Find,public int Find(char[] characterSet);\n(string str);\n(string str, RichTextBoxFinds options);\n(char[] characterSet, int start);\n(string str, int start, RichTextBoxFinds options);\n(char[] characterSet, int start, int end);\n(string str, int start, int end, RichTextBoxFinds options); 43=3,GetCharFromPosition,public char GetCharFromPosition(Point pt); 44=3,GetCharIndexFromPosition,public int GetCharIndexFromPosition(Point pt); 45=3,GetLineFromCharIndex,public int GetLineFromCharIndex(int index); 46=3,GetPositionFromCharIndex,public Point GetPositionFromCharIndex(int index); 47=3,LoadFile,public void LoadFile(string path);\n(Stream data, RichTextBoxStreamType fileType);\n(string path, RichTextBoxStreamType fileType); 48=3,OnHandleCreated,protected override void OnHandleCreated(EventArgs e); 49=3,OnHandleDestroyed,protected override void OnHandleDestroyed(EventArgs e); 50=3,OnHScroll,protected virtual void OnHScroll(EventArgs e); 51=3,OnIMEChange,protected virtual void OnIMEChange(EventArgs e); 52=3,OnLinkClick,protected virtual void OnLinkClick(LinkClickEventArgs e); 53=3,OnPropertyChanged,protected override void OnPropertyChanged(PropertyChangedEventArgs e); 54=3,OnProtected,protected virtual void OnProtected(EventArgs e); 55=3,OnRequestResize,protected virtual void OnRequestResize(RequestResizeEventArgs e); 56=3,OnSelectionChange,protected virtual void OnSelectionChange(EventArgs e); 57=3,OnTextChanged,protected override void OnTextChanged(EventArgs e); 58=3,OnVScroll,protected virtual void OnVScroll(EventArgs e); 59=3,Paste,public void Paste(DataFormats.Format clipFormat); 60=3,Redo,public void Redo(); 61=3,ResetZoom,public void ResetZoom(); 62=3,SaveFile,public void SaveFile(string path);\n(Stream data, RichTextBoxStreamType fileType);\n(string path, RichTextBoxStreamType fileType); 63=3,ScrollToCaret,public void ScrollToCaret(); 64=3,WndProc,protected override void WndProc(ref Message m);